.outer{
    background-color:rgb(245, 146, 29);
    width: 400px;
    height: 400px;
}
.middle{
    width: 75%;
    height: 75%;
    background-color: rgb(230, 95, 13);
    margin: 50px;
}
.inner{
    width: 60%;
    height: 60%;
    background-color: rgb(215, 57, 6);
    margin: 50px;
}